release 0.1.54
authorØyvind Kolås <pippin@gimp.org>
Mon, 23 Jul 2018 01:59:25 +0000 (03:59 +0200)
committerØyvind Kolås <pippin@gimp.org>
Mon, 23 Jul 2018 01:59:25 +0000 (03:59 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 6d36c2bf2bd1e83f7fb9b097628f98eaa8a72a2d..a2361bb9ad69edaf377a5f185a86f0b3c4b80779 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ The NEWS file in the babl source tree is the source location for
 the news section both in the README and the webpage.
                                                                           -->
 
-2018-07-2? babl-0.1.54                                              </dt><dd>
+2018-07-23 babl-0.1.54                                              </dt><dd>
 Export babl_space_get_icc, babl_space_get, babl_model_with_space,
 babl_space_with_trc, babl_format_get_encoding, babl_model_is, SSE2 versions of
 YA float and Y float to CIE L float.
index 34eb155d189fb4da5207a4873d9b8ea5d6823bdb..187cedeba344933770b88528430266b344016fd7 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [53])
+m4_define([babl_micro_version], [54])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])
index 31540d0acce3099fa0f613a8f46610e368f0db4d..bd46ed8f674a2819c1fb913d26301f30988c940c 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.53',
+  version: '0.1.54',
   meson_version: '>=0.40.0',
   default_options: [
     'libdir=lib',